Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all patch versions #1810

Closed

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Nov 17, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@koa/router 12.0.0 -> 12.0.1 age adoption passing confidence devDependencies patch
@koa/router 12.0.0 -> 12.0.1 age adoption passing confidence dependencies patch
@types/aws-lambda (source) 8.10.122 -> 8.10.132 age adoption passing confidence dependencies patch
@types/bunyan (source) 1.8.9 -> 1.8.11 age adoption passing confidence dependencies patch
@types/jquery (source) 3.5.20 -> 3.5.29 age adoption passing confidence devDependencies patch
@types/koa__router (source) 12.0.3 -> 12.0.4 age adoption passing confidence dependencies patch
@types/lodash (source) 4.14.199 -> 4.14.202 age adoption passing confidence devDependencies patch
@types/mysql (source) 2.15.22 -> 2.15.25 age adoption passing confidence dependencies patch
@types/mysql (source) 2.15.22 -> 2.15.25 age adoption passing confidence devDependencies patch
@types/pg-pool (source) 2.0.4 -> 2.0.6 age adoption passing confidence dependencies patch
@types/react (source) 17.0.67 -> 17.0.75 age adoption passing confidence devDependencies patch
@types/restify (source) 4.3.10 -> 4.3.12 age adoption passing confidence devDependencies patch
@types/semver (source) 7.5.3 -> 7.5.6 age adoption passing confidence devDependencies patch
@types/sinon (source) 10.0.18 -> 10.0.20 age adoption passing confidence devDependencies patch
memcached 1.6.21-alpine -> 1.6.23-alpine age adoption passing confidence service patch
mongodb 3.6.11 -> 4.17.2 age adoption passing confidence devDependencies patch
mongodb ^3.6.11 -> ^4.17.1 age adoption passing confidence dependencies patch
mongoose (source) 6.12.3 -> 6.12.6 age adoption passing confidence devDependencies patch
nise 5.1.5 -> 5.1.7 age adoption passing confidence devDependencies patch
sqlite3 5.1.6 -> 5.1.7 age adoption passing confidence devDependencies patch

Release Notes

koajs/router (@​koa/router)

v12.0.1

Compare Source

mongodb/node-mongodb-native (mongodb)

v4.17.2

Compare Source

The MongoDB Node.js team is pleased to announce version 4.17.2 of the mongodb package!

Release Notes

Fix connection leak when serverApi is enabled

When enabling serverApi the driver's RTT mesurment logic (used to determine the closest node) still sent the legacy hello command "isMaster" causing the server to return an error. Unfortunately, the error handling logic did not correctly destroy the socket which would cause a leak.

Both sending the correct hello command and the error handling connection clean up logic are fixed in this change.

Bug Fixes

Documentation

We invite you to try the mongodb library immediately, and report any issues to the NODE project.

Automattic/mongoose (mongoose)

v6.12.6

Compare Source

v6.12.5

Compare Source

v6.12.4

Compare Source

sinonjs/nise (nise)

v5.1.7

Compare Source

v5.1.6

Compare Source

TryGhost/node-sqlite3 (sqlite3)

v5.1.7

Compare Source

What's Changed

New Contributors

Full Changelog: TryGhost/node-sqlite3@v5.1.6...v5.1.7


Configuration

📅 Schedule: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate-bot renovate-bot requested a review from a team November 17, 2023 06:56
@forking-renovate forking-renovate bot added the dependencies Pull requests that update a dependency file label Nov 17, 2023
Copy link

codecov bot commented Nov 17, 2023

Codecov Report

Merging #1810 (b794b6f) into main (9624486) will decrease coverage by 5.83%.
The diff coverage is n/a.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1810      +/-   ##
==========================================
- Coverage   91.50%   85.68%   -5.83%     
==========================================
  Files         145       22     -123     
  Lines        7431     1257    -6174     
  Branches     1489      273    -1216     
==========================================
- Hits         6800     1077    -5723     
+ Misses        631      180     -451     

see 124 files with indirect coverage changes

@renovate-bot renovate-bot force-pushed the renovate/all-patch branch 7 times, most recently from c451a3b to 52c1a7d Compare November 27, 2023 23:11
@renovate-bot renovate-bot force-pushed the renovate/all-patch branch 6 times, most recently from cdff403 to f21aff5 Compare December 3, 2023 20:02
@renovate-bot renovate-bot force-pushed the renovate/all-patch branch 6 times, most recently from 396f26e to 38420e5 Compare December 13, 2023 23:22
@renovate-bot renovate-bot force-pushed the renovate/all-patch branch 2 times, most recently from 9c74c4b to 7991f90 Compare December 19, 2023 12:23
@pichlermarc
Copy link
Member

Closing this as it's still trying to upgrade mongodb to the next major release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment